home *** CD-ROM | disk | FTP | other *** search
- on background
- global backpos1, backpos2
- puppetSprite(1, 1)
- set backpos1 to backpos1 - 2
- if backpos1 = 0 then
- set backpos1 to 400
- end if
- set backpos2 to backpos2 - 4
- if backpos2 = -6 then
- set backpos2 to 394
- end if
- set the locV of sprite 1 to backpos1
- set the locV of sprite 2 to backpos2
- end
-